home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / GatewayLibrary.lha / G5Library / Include / gateway.h < prev   
Encoding:
C/C++ Source or Header  |  1999-04-13  |  314 b   |  18 lines

  1. /*
  2. **      include file for gateway.library
  3. **
  4. **      (C) Copyright 1998,1999 Michaela Prüß
  5. **      All Rights Reserved.
  6. */
  7.  
  8. #ifndef GATEWAY_GATEWAY_H
  9. #define GATEWAY_GATEWAY_H
  10.  
  11. #include <exec/types.h>
  12. #include <string.h>
  13. #include <stdio.h>
  14. #include <ctype.h>
  15. #include <libdefs.h>
  16.  
  17. #endif /* GATEWAY_GATEWAY_H */
  18.